home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / eset21.arc / ESET.LIC < prev    next >
Text File  |  1990-10-10  |  4KB  |  107 lines

  1.                          Enhanced SET command
  2.     Copyright (c) 1990 Wayne D. Mingee       All rights reserved
  3.  Archive ESET21  Program ESET v2.1  Suggested donation $10.00
  4.  
  5.  
  6.                             L I C E N S E
  7.  
  8. ESET is not a public domain program.  Copies of ESET for personal
  9. use are free, but if you find ESET of value, you are encouraged to
  10. make a gift ($10.00 suggested) and become a ESET supporter.  You may
  11. also register your copy of ESET and receive additional materials (see
  12. below) along with notification of future versions.  A license is
  13. required for use of ESET by corporations and institutions, and for
  14. its commercial distribution.
  15.  
  16. You are free to distribute this product to others, and System
  17. Operators may make it available for download subject to the above
  18. restrictions and also the following:
  19.  
  20.     - The file names including the original archive file name
  21.       must NOT be changed.
  22.  
  23.     - It must be copied in unaltered form, complete with the
  24.       file containing this license information.
  25.  
  26.     - No fee may be charged for its use and remuneration may not be
  27.       accepted for it's use.  This does not apply to computer
  28.       access charges the system operators (Sysops) of bulletin
  29.       board systems, online services, etc... may charge subscribers.
  30.  
  31. BBS System Operators are not required to send a registration fee for
  32. their use of this product.
  33.  
  34. Vendors wishing to distribute this program commercially, or with
  35. commercial products may contact the author at the address below for
  36. terms.
  37.  
  38. Commercial users may contact the author at the address below for
  39. special site license and support terms.
  40.  
  41.  
  42.        Mailing address:
  43.  
  44.                  Wayne D. Mingee
  45.                  314 N. Main St.
  46.                  Bridgewater, Va 22812
  47.  
  48.     Bug reports or suggestions may be sent to the above address or
  49. Messaages can be left at one of the following BBS.
  50.  
  51.   Mad Hacker           703-433-0824 Harrisonburg, VA
  52.   Computer Connection  202-547-2008 Alexandria, VA
  53.  
  54.                         REGISTRATION OPTIONS
  55.  
  56. In addition to the basic registration the following are available:
  57.  
  58. A registration fee of $25 will get the following programs:
  59.  
  60. ESETF gives access to the drive, path, name, extension, size, date,
  61. time, and attributes of a file. It will complete a partial file spec.
  62. You can have it leave the named directory as the default. It will do a
  63. findfirst and findnext to handle wildcard specs.
  64.  
  65. ESETR will fill the environment by generating 64 byte variables,
  66. and clear these. It will release the unused copy of the environment
  67. sometimes attached to a secondary shell. The environment size can be
  68. adjusted.
  69.  
  70. ESETI allows access to I/O ports.  They can be directly specified or
  71. given relative to a base address which can be gotten from the bios
  72. data area. It can set the bios data area. You can add/and/or/shift the
  73. data read.  I've even used this to kick a non-standard turbo XT into
  74. turbo in the AUTOEXEC.
  75.  
  76. ESETL maintains lifo/fifo lists in a variable. It will add items or
  77. remove an item to another variable.
  78.  
  79. ESETS sets variables by reading name=value sets from stdin. It
  80. optionally will clear the environment before starting. Primarily used
  81. to reset the environment from a save file.
  82.  
  83. RELENV releases the environment of any TSR which does not. It also
  84. stores the return code of all terminating programs at location 40:F0
  85. to be retrieved by ESET.
  86.  
  87.  
  88. A registration fee of $35 will get the above plus the following
  89. programs:
  90.  
  91. ENVMGR the library routine for accessing the environment. Handles the
  92. master, secondary and program environments. Does the set, get, change
  93. string, delete string. Returns the segment of the environment or the
  94. offset of the variable. Gives access to the full program path.
  95.  
  96. SYSCONFG sets a series of variables based on the system configuration.
  97. Items like number and addresses of all drives, ram drives, cpu type,
  98. coprocessor, game/serial/parallel ports, environment size, more. With
  99. Asm source.
  100.  
  101. EGETS an enhanced gets routine for TC. Handles default values, time
  102. limit. With TC source.
  103.  
  104. GETNARG/GETVARG TC routine returns the arguments from the environment
  105. variable matching the program name, then the command line. Handles
  106. replacing variables in the command string. With TC source.
  107.